home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Micocomputer Word Processor
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Science Applications International Corporation
- -- : 2280 Highway 19 North, Suite 120
- -- : Clearwater, Florida
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Science Applications International Corporation
- -- DATE CREATED : Jan. 1985
- -- DATE RELEASED : June 1985
- -- DATE LAST UPDATED : June 1985
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : TEXT MANIPULATION
- -- CATEGORY LEVEL 2 : EDITORS
- -- CATEGORY LEVEL 3 : Word Processor
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Text Editor
- -- INDEX : Editor, Text
- -- INDEX : Text Formatter
- -- INDEX : Formatter, Text
- -- INDEX : Word Processor
- -- INDEX : Processor, Word
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_02
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.EDITORS>WP*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.EDITORS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- WP.ABS 3985 68
- -- WP.CMM 1272 30
- -- WP.CVT 842 26
- -- WP.PRO 3856 76
- -- WPCOMMON.DIS 113 5
- -- WPCOMMON.SRC 150501 3666
- -- WPCRT.DIS 130 5
- -- WPCRT.SRC 197491 4115
- -- WPEDHLP.DIS 78 3
- -- WPEDITOR.DIS 426 18
- -- WPEDITOR.HLP 42714 900
- -- WPEDITOR.SRC 636103 14128
- -- WPFORMAT.DAT 52484 1114
- -- WPFORMAT.DIS 312 12
- -- WPFORMAT.SRC 486814 10498
- -- =============== ========== ==========
- -- 15 Files 1577121 34664
- --= ABSTRACT ===============================================--
- -- WORD_PROCESSOR is a tool for creating, modifying, and
- -- formatting ASCII text files. This package contains an editor and a
- -- text formatter which are for use by the general user. It also
- -- contains a utility for defining the help screens which are available
- -- to the general user as well as a utility for defining new type fonts.
- -- TEXT_EDITOR is a tool which allows a SOURCE_FILE to be edited.
- --
- -- TEXT_FORMATTER is a tool which formats the SOURCE_FILE
- -- according to the default format and imbedded formatting commands. The
- -- output is sent to the destination device or file.
- --
- -- DEFINE_HELP_FILE is a tool which processes a help file in
- -- ASCII format to a format allowing fast access to each of the various
- -- help screens. It is for use by the systems's manager to modify user
- -- help information to his particular audience.
- --
- -- ADD_TYPE_FONT is a tool which adds new type font definitions
- -- to the text formatter's font table. It is for use by the system's
- -- manager to define new fonts when new device capabilities are added at
- -- a site.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 6/85 1.0 Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-